QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

Changing Sequence Compression Parameters

SetCSequencePreferredPacketSize

Sets the preferred packet size for a sequence.

pascal OSErr SetCSequencePreferredPacketSize (
                     ImageSequence seqID,
                     long preferredPacketSizeInBytes);
seqID
The sequence identifier.
preferredPacketSizeInBytes
The preferred packet size in bytes.

DISCUSSION

This function was added in QuickTime 2.5 to support video conferencing applications by making each transmitted packet an independently decodable chunk of data.


© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next